home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRVARFORM / TFRVARFORM.txt < prev   
Text File  |  2004-10-21  |  2KB  |  85 lines

  1. object frVarForm: TfrVarForm
  2.   Left = 220
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Variables'
  7.   ClientHeight = 197
  8.   ClientWidth = 393
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 20
  22.     Top = 172
  23.     Width = 16
  24.     Height = 16
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Visible = False
  28.   end
  29.   object Image2: TImage
  30.     Left = 52
  31.     Top = 172
  32.     Width = 16
  33.     Height = 16
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     Visible = False
  37.   end
  38.   object VarLB: TListBox
  39.     Left = 168
  40.     Top = 8
  41.     Width = 221
  42.     Height = 149
  43.     HelpContext = 22
  44.     ItemHeight = 16
  45.     Style = lbOwnerDrawFixed
  46.     TabOrder = 0
  47.     OnDblClick = VarLBDblClick
  48.     OnDrawItem = CategoryLBDrawItem
  49.   end
  50.   object CategoryLB: TListBox
  51.     Left = 4
  52.     Top = 8
  53.     Width = 153
  54.     Height = 149
  55.     HelpContext = 32
  56.     ItemHeight = 16
  57.     Style = lbOwnerDrawFixed
  58.     TabOrder = 1
  59.     OnClick = CategoryLBClick
  60.     OnDrawItem = CategoryLBDrawItem
  61.   end
  62.   object Button1: TButton
  63.     Left = 234
  64.     Top = 168
  65.     Width = 75
  66.     Height = 25
  67.     HelpContext = 40
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object Button2: TButton
  74.     Left = 314
  75.     Top = 168
  76.     Width = 75
  77.     Height = 25
  78.     HelpContext = 50
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.   end
  84. end
  85.